﻿@charset "utf-8";
@import "public.css?v=13131354353456444232343234";
@import "banner.css?v=13131354353456444232343234";

/*#region 产品模块#*/

.indexproBox .pro_ducts_list {
  margin: 0px auto;
  display: none;
}

.pro_ducts {
  width: 100%;
  overflow: hidden;
  background: url(../images/prohomebj.jpg) center center no-repeat #fafafa;
  /* height: 819px; */
  background: 100% auto;
  min-height: 876px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}


.pro_ducts_list.cur {
  display: block;
}

.pro_ducts_list_top {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

.pro_ducts_list_top>ul {
  margin-right: 100px;
}

.pro_ducts_list_top>ul>li {
  display: none;
  justify-content: space-between;
}

.pro_ducts_list_top>ul>li .pro_ducts_list_left {
  padding-top: 80px;
  width: 40%;
}

.pro_ducts_list_top>ul>li .pro_ducts_list_left .pro_ducts_list_left_content .font {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #e6212a;
}

.pro_ducts_list_top>ul>li .pro_ducts_list_left .pro_ducts_list_left_content .p {
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 36px;
  margin-top: 10px;
}

.pro_ducts_list_top>ul>li .pro_ducts_list_left .pro_ducts_list_left_content .div {
  font-size: 16px;
  line-height: 30px;
  margin: 50px 0;
  padding-left: 15px;
  border-left: 3px solid rgb(206, 215, 219);
  color: #636363;
}

.pro_ducts_list_top>ul>li.cur {
  display: flex;
}

.pro_ducts_list_left_more a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 44px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.pro_ducts_list_left_more font {
  display: inline-block;
  padding-right: 15px;
  color: rgb(255, 255, 255);
  padding-left: 15px;
  font-weight: bold;
  transition: color 0.3s ease 0s;
}

.pro_ducts_list_left_more p {
  display: inline-block;
  font-weight: bold;
  transition: color 0.3s ease 0s;
}

.pro_ducts_list_left_more a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 57px;
  height: 44px;
  background: #d8262a;
  display: block;
  z-index: -1;
  transition: left 0.3s ease 0s;
}

.pro_ducts_list_left_more a:hover::after {
  left: 55px;
}

.pro_ducts_list_left_more a:hover font {
  color: rgb(51, 51, 51);
}

.pro_ducts_list_left_more a:hover p {
  color: rgb(255, 255, 255);
}

.pro_ducts_list_center {
  mix-blend-mode: multiply;
  /* 使用叠底模式 */
  overflow: hidden;
  padding-top: 30px;
}

.pro_ducts_list_center img {
  width: 90%;
  max-width: 600px;
}

.pro_ducts_list_right {
  position: absolute;
  right: 5%;
  top: 20%;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 30;
}

.pro_ducts_list_right ul {
  border-radius: 50px;
  background: rgb(255, 255, 255);
  box-shadow: 8px 8px 30px hsla(216, 4%, 74%, .3);
  width: 87px;
  padding: 0 10px;
  box-sizing: border-box;
}

.pro_ducts_list_right li {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
}

.pro_ducts_list_right li:hover font,
.pro_ducts_list_right li.cur font {
  color: #e6212a;
}

.pro_ducts_list_right li p {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/prolm001.png) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.pro_ducts_list_right li font {
  padding-top: 10px;
  color: #4c4c4c;
  font-size: 14px;
}

.pro_ducts_list_right li:nth-last-child(1) {
  border: 0;
}

.pro_ducts_list_bottom {
  /* position: absolute;
  left: 0px;
  bottom: 100px; */
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 80px;
}


.pro_ducts_list_bottom_arrow {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pro_ducts_list_bottom_arrow>a {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 39px;
  z-index: 10;
}

.pro_ducts_list_bottom_arrow .arr_left {
  background: url("../images/arrow3.png") center center no-repeat;
}

.pro_ducts_list_bottom_arrow .arr_right {
  background: url("../images/arrow3.png") center center no-repeat;
  transform: rotate(180deg);
  left: auto;
  right: 0;
}

.pro_ducts_list_bottom_arrow .arr_left:hover {
  background-image: url("../images/arrow.png");
  transform: rotate(180deg);
}

.pro_ducts_list_bottom_arrow .arr_right:hover {
  background-image: url("../images/arrow.png");
  transform: rotate(0deg);
}

.pro_ducts_list_bottom_gd {
  width: calc(100% - 160px);
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

.pro_ducts_list_bottom_gd li {
  background: rgb(255, 255, 255);
  transition: top 0.3s ease 0s;
  position: relative;
  top: 0px;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  z-index: 1;
}

.pro_ducts_list_bottom_gd li.cur {}

.pro_ducts_list_bottom_gd li img {
  width: 100px;
}

.pro_ducts_list_bottom_gd a {
  box-sizing: border-box;
  display: flex;
  padding: 10px;
  align-items: center;
}

.pro_ducts_list_bottom_gd .p_b_l {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pro_ducts_list_bottom_gd .p_b_r {
  overflow: hidden;
  border-left: 1px solid #dbdbdb;
  padding-left: 5%;
  margin-left: 5%;
}

.pro_ducts_list_bottom_gd .p_b_r div {
  font-size: 20px;
  color: #e6212a;
}

.pro_ducts_list_bottom_gd .p_b_r p {
  font-size: 16px;
  padding-top: 5px;
  color: #202020;
}

.pro_ducts_list_bottom_gd li i {
  display: block;
  position: absolute;
  background: #e6212a;
  transition: height 0.3s ease 0s;
}

.pro_ducts_list_bottom_gd li i:nth-child(2) {
  width: 2px;
  height: 0px;
  left: -2px;
  top: 0;
}

.pro_ducts_list_bottom_gd li i:nth-child(3) {
  width: 0px;
  height: 2px;
  right: 0;
  top: -2px;
}

.pro_ducts_list_bottom_gd li i:nth-child(4) {
  width: 2px;
  height: 0px;
  right: -2px;
  bottom: 0px;
}

.pro_ducts_list_bottom_gd li i:nth-child(5) {
  width: 0px;
  height: 2px;
  left: 0;
  bottom: -2px;
}

.pro_ducts_list_bottom_gd li.cur i:nth-child(2) {
  height: calc(100% + 2px);
}

.pro_ducts_list_bottom_gd li.cur i:nth-child(3) {
  width: calc(100% + 2px);
}

.pro_ducts_list_bottom_gd li.cur i:nth-child(4) {
  height: calc(100% + 2px);
}

.pro_ducts_list_bottom_gd li.cur i:nth-child(5) {
  width: calc(100% + 2px);
}

.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}

.PicScroll .swiper-slide img {
  width: 100%;
}


.pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.webapp .pagination {
  bottom: 2px;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 10px;
  /**/
}

.PicScroll .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.PicScroll .swiper-pagination-bullet-active {
  background: #e6212a;
  width: 28px;
}

/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/probj.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
}



.myProductWrap {
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}


/* .myProductWrap .swiper-button-next {
  right: 5%;
}

.myProductWrap .swiper-button-prev {
  left: 5%;
} */

.proBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* position: absolute;
  left: 0;
  bottom: 0;
 */
  margin: 0 auto;
  padding: 60px 0;
}

.myProductWrap .paginationB,
.myProductWrap .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;

}

.webapp .myProductWrap .proBotLeft {
  padding-top: 30px;
}

.webapp .myProductWrap {
  padding-bottom: 0;
}

.myProductWrap .paginationB {
  font-size: 20px;
  color: #4f4f4f;
  padding: 0 30px;
}

.myProductWrap .paginationB .swiper-pagination-current {
  color: #2557a6;
}

.myProductWrap .swiper-button-prev,
.myProductWrap .swiper-button-next {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  margin-top: auto !important;
  width: 60px;
  border: 0;
  padding: 0;
  height: 60px;
  background: #8bca32;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 30px;
}

.webapp .myProductWrap .swiper-button-prev {
  margin-left: 0;
}

.myProductWrap .proBotLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 50px;
}

.proBotText {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.proBotText .bigtit {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 40px;
  background: url(../images/xina22.jpg) left center no-repeat;
  background-size: 40px;
  padding-left: 55px;
}

.proBotText .bigtit span {
  color: #018d6b;
}

.webapp .proBotText .bigtit {
  font-size: 30px;
}

.webapp .proBotText {
  font-size: 14px;
}

.webapp .proBottom {
  display: block;
  padding: 30px 0 0;
}


.inproWrap001 .myProduct {

  position: relative;
  /* flex-wrap: wrap; */
  margin: 0 auto;
}

.myProductWrap .swiper-wrapper {
  box-sizing: border-box;
  padding: 100px 0;
  /* padding: 10px 0; */
  /* height: calc((75vw / 3 + 60px) * 2); */
  /* border: 1px solid #000; */
}

/* .myProductWrap .myProduct .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 360px;
} */

.myProductWrap .myProduct .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  /* transform: scale(1.4) !important; */
}


.inproWrap001 .myProduct .li .boxText {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transform: scale(1.3) !important;
}

.inproWrap001 .myProduct .li .boxText::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8));
  /* Firefox */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8));
  /* Chrome, Safari */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8));
  /* Opera */
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8));
  /* 标准写法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr=' rgba(255,255,255,0.8)', GradientType=1);
  /* IE6-9 */
}

.inproWrap001 .myProduct .li .pic {
  /* border-radius: 4px; */
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
  /* mix-blend-mode: multiply; */
  /*正片叠底 */

}

.myProductWrap .myProduct .swiper-slide-active.li .boxText,
.swiper-slide-duplicate-active.li .boxText {
  transform: scale(1.6) !important;
}

.myProductWrap .myProduct .swiper-slide-active.li .boxText::after,
.swiper-slide-duplicate-active.li .boxText::after {
  width: 0;
  height: 0;
}

.inproWrap001 .myProduct .li .pic img {
  width: 100%;
  height: 100%;
  /* border: 11px solid #f00; */
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  /* mix-blend-mode: multiply; */
  transition: all 0.5s ease-in-out;
}

.inproWrap001 .myProduct .li:hover .pic img {
  transform: scale(1.1);
}

.inproWrap001 .myProduct .li .titleBox {
  /* background: #FFF; */
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}


.inproWrap001 .myProduct .li .titleBox>div {
  word-wrap: break-word;
  word-break: normal;
  height: 46px;
}

.webapp .myProductWrap .myProduct .swiper-slide-active.li .boxText,
.webapp .swiper-slide-duplicate-active.li .boxText {
  transform: scale(1) !important;
}

.webapp .inproWrap001 .myProduct .li:hover .pic img {
  transform: scale(1);
}


.webapp .inproWrap001 {
  padding: 20px 0 40px;
}


.webapp .inproWrap001 .inproTitle {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  padding-top: 20px;
}

.webapp .inproWrap001 .inproTitle strong {
  font-size: 20px;
  margin-bottom: 5px;
}

.webapp .inproWrap001 .inproTitle::after {
  width: 80px;
}



.webapp .inproWrap001 .myProduct {
  flex-wrap: wrap;
  width: auto;
  padding: 0 5px;
}

/* .webapp .inproWrap001 .myProduct .li {
  width: 50%;
  padding: 0 10px 40px;
}

.webapp .inproWrap001 .myProduct .li .titleBox {
  height: 45px;
  font-size: 14px;
} */

.webapp .inproWrap001 .myProduct .li .boxText {
  transform: scale(1) !important;
}

/*#endregion#*/

/*#region 新闻模块#*/

.newslist001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto;
  position: relative;
  z-index: 10;
}

.newslist001 .list {
  width: 300px;
  overflow: hidden;
}

.newslist001 .list .bt {
  font-size: 26px;
  color: #505050;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.newslist001 .list .bt span {
  display: inline-block;
  padding: 25px 0;
  position: relative;
}

.newslist001 .list .bt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #121d3d;
}

.newslist001 .list .about_ul {}

.newslist001 .list .about_ul li {
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin-top: 20px;
  background: url(../images/lv.png) left center no-repeat;
  padding-left: 26px;
  font-size: 16px;
}

.newslist001 .list .about {
  padding-top: 5px;
  line-height: 32px;
  font-size: 16px;
  display: block;
  color: #2d2d2d;
}

.newslist001 .list .pic {
  padding-top: 12px;
  display: block;
}

.newslist001 .list .pic img {
  width: 100%;
}

.newslist001 .right_list {
  padding-top: 5px;
}

.newslist001 .right_list li a {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.newslist001 .right_list li .title {
  font-size: 17px;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  font-weight: bold;
  margin-bottom: 4px;
}

.newslist001 .right_list li .text {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 28px;
}

.newslist001 .right_list li a:hover {
  color: #1fa0a7;
}

.webapp .newslist001 {
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: auto;
  padding: 0 20px;
}


.webapp .newslist001 {
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: auto;
  padding: 0 20px;
}

.webapp .newslist001 .list .about_ul {
  margin-bottom: 20px;
}

.webapp .newslist001 .list .about_ul li {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.webapp .newslist001 .list .about {
  font-size: 14px;
  line-height: 30px;
}

.webapp .newslist001 .list .bt {
  margin-bottom: 10px;
  font-size: 18px;
}

.webapp .newslist001 .list .bt span {
  padding: 15px 0;
}

.webapp .newslist001 .list {
  width: 100% !important;
}

.webapp .newslist001 .right_list li .title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  height: auto;
}

.webapp .newslist001 .right_list li a {
  padding-bottom: 8px;
  margin-bottom: 15px;
}

/*#endregion#*/

/*#region 新闻模块001#*/
.newsWrap001 {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}

.newsWrap001 .myProductSwiperD {
  padding: 10px;
}


.newsWrap001 .news001 {
  width: 86%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.newsWrap001 .news001 .newsbt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 28px;
  color: #000;
  width: 120px;
  line-height: 36px;
  flex: 1;
  font-weight: bold;
}

.newsWrap001 .news001 .newsbt .xian {
  height: 4px;
  width: 50px;
  background: #00a64f;
  margin-top: 20px;
}

.newsWrap001 .news001 .more {
  font-size: 15px;
  color: rgba(130, 130, 130, 0.6);
  font-weight: normal;
}

.newsWrap001 .Ul_list001 {
  flex: 1;
  /* display: flex;
	justify-content: flex-end; */
  max-width: calc(100% - 120px);
}

.newsWrap001 .Ul_list001 .li {
  margin-left: 40px;
  flex: 1;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 8px #d0d0d0;
  background: #FFF;
}

.newsWrap001 .Ul_list001 .li .text {
  padding: 20px;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li .text .title {
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}

.newsWrap001 .Ul_list001 .li .text .con {
  font-size: 14px;
  color: rgba(49, 49, 49, 0.6);
  min-height: 48px;
}

.newsWrap001 .Ul_list001 .li .imga {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;

}

.newsWrap001 .Ul_list001 .li .imga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newsWrap001 .Ul_list001 .li .imga .date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 166, 79, 0.8);
  color: #FFF;
  padding: 12px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.newsWrap001 .Ul_list001 .li .imga:hover img {
  transform: scale(1.1);

}

@media screen and (max-width: 1200px) {
  .newsWrap001 .Ul_list001 .li {
    width: 70%;
  }
}

.webapp .newsWrap001 .news001 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.webapp .newsWrap001 .news001 .newsbt {
  align-items: center;
}

.webapp .newsWrap001 .news001 .newsbt .xian {
  margin: 20px auto 0;
}

.webapp .newsWrap001 .Ul_list001 {
  width: 100%;
  max-width: 100%;
}

.webapp .newsWrap001 .Ul_list001 .li {
  margin-left: 20px;
  margin-right: 20px;
}

.webapp .newsWrap001 .Ul_list001 .li .imga {
  height: calc((100vw / 2) - 10px);
}

/*#endregion#*/


/*#region 新闻模块002#*/

.custom-btn {
  width: 150px;
  height: 50px;
  color: #fff;
  border-radius: 52px;
  box-sizing: border-box;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.btn-15 {
  background: #e93a42;
  border: none;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ee6b71;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.news004Wrap {
  overflow: hidden;
  height: 680px;
}


.webapp .news004Wrap {
  padding: 0 0;
  height: auto;
  /* background: url(../images/newbj.jpg) center bottom no-repeat;
  background-size: 100% auto; */
}



.news004 {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.news004 .newsLeft {
  flex: 1;
  background: url(../images/newbj02.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.news004 .newsLeft .nleftText {
  font-size: 20px;
  width: 30vw;
  margin: 0 auto;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.news004 .newsLeft .nleftText .bt img {
  width: 60px;
}


.news004 .newsLeft .nleftText .xian {
  margin: 20px 0 50px;
  font-size: 30px;
}

.webapp .news004 .newsLeft .nleftText {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.news004 .newsRight {
  flex: 1;
  height: 100%;
  background: url(../images/newbj01.jpg) center center no-repeat;
  background-size: cover;
}

.news004 .right_list {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.news004 .right_list li a {
  display: block;
  color: #333333;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.news004 .right_list li {
  height: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  /* background: rgba(174, 151, 131, 0.5); */

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-align-items: center;
}

.news004 .right_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  padding-top: 8%;
  box-sizing: border-box;
}

.news004 .right_list li a .leftTitle {
  flex: 1;
  margin-right: 20px;
}



.news004 .right_list li a .rightData {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.news004 .right_list li a .rightData span {
  display: block;
  font-size: 16px;
  text-align: right;
}

.webapp .news004 .right_list li a .rightData span {
  font-size: 12px;
}

.news004 .right_list li a .rightData i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #e6212a;
  font-weight: normal;
  font-size: 25px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.webapp .news004 .right_list li a .rightData i {
  width: 30px;
  height: 30px;
}

.news004 .right_list li .title {
  overflow: hidden;
  font-weight: 500;
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  font-weight: 400;
  font-family: '微软雅黑 Light';
  line-height: 30px;
}


.news004 .right_list li .text {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news004 .right_list li:hover,
.news004 .right_list li.cur {
  background: #e6212a;
}

.news004 .right_list li:hover a,
.news004 .right_list li.cur a {
  color: #fff;
}

.news004 .right_list li:hover a .text,
.news004 .right_list li.cur a .text {
  color: rgba(255, 255, 255, 0.8);
}

.news004 .right_list li:hover a .rightData,
.news004 .right_list li.cur a .rightData {
  color: #fff;
}

.news004 .right_list li:hover a .rightData i,
.news004 .right_list li.cur a .rightData i {
  color: #FFF;
  background: #fdbe0b;
}

.webapp .news004 {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  flex-wrap: wrap;
  display: block;
}

.webapp .news004>div {
  width: 100%;
}

.webapp .news004 .newsLeft {
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}

.webapp .news004 .Ul_top li .text {
  height: auto;
  margin: 0;
  padding: 20px 0;

}

.webapp .news004 .Ul_top li {
  padding-bottom: 0;
  margin-top: 20px;
}


.webapp .news004 .newsRight {
  margin-left: 0;
}


.webapp .news004 .Ul_top li a {
  display: block;
}

.webapp .news004 .Ul_top li .text .con,
.webapp .news004 .Ul_top li .text .data .more,
.webapp .news004 .right_list li a {
  font-size: 15px;
}

.webapp .news004 .right_list li .title {
  height: auto;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 16px;
}

.webapp .news004 .right_list li .text,
.webapp .news004 .Ul_top li .text .con {
  margin-bottom: 0;
  font-size: 14px;
}

.webapp .news004 .Ul_top li .text .bgbt {
  font-size: 18px;
}

.webapp .news004 .Ul_top li .pic {
  height: 200px;
}

/* //关于我们 */
.homeProBox {
  position: relative;
}


.homeProBox .homeProdian {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 50px;
}


.homeProBox .swiper-pagination-bullets {
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /**/
}

.homeProBox .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ffffff;
  margin: 5px 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.homeProBox .swiper-pagination-bullet-active {
  background: #1fa0a7;
  width: 12px;
  height: 12px;
}

.homeProBox .swiper-slide img {
  width: 100%;
}


.ingsjjWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/aboutbj.jpg) center top no-repeat #fff;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 100px 0 100px 5%;
  box-sizing: border-box;
}

.ingsjjWrap .gsjjBox {
  line-height: 32px;
  max-width: 35vw;
  color: #767676;
  font-size: 18px;
}

.ingsjjWrap .gsjjBox .en_bt {
  font-size: 32px;
  line-height: 36px;
  color: #e6212a;
  margin-bottom: 25px;
}


.ingsjjWrap .gsjjBox .btbox .cn_bt {
  margin-bottom: 50px;

}

.ingsjjWrap .gsjjBox .btbox .cn_bt p {
  background: linear-gradient(180deg, #e7e7e7, #fcfcfc);
  /* 背景裁剪到文字 */
  -webkit-background-clip: text;
  /* 文字填充色设置为透明，显示背景 */
  -webkit-text-fill-color: transparent;

  /* 兼容 Firefox */
  background-clip: text;
  color: transparent;
}

.ingsjjWrap .gsjjBox .more {
  display: block;
  margin-top: 80px;
}

.ingsjjWrap .gsjjimg {
  width: 50vw;
}

.ingsjjWrap .gsjjimg img {
  max-width: 100%;
}

.abnewWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/hyyy.jpg) center bottom no-repeat #f0f1f2;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 100px 5%;
  box-sizing: border-box;
}




.abnewWrap .aboutBox {
  max-width: 30vw;
  padding-top: 5%;
}

.abnewWrap .aboutLeft {
  position: relative;
  z-index: 10;
  text-align: right;
}

.abnewWrap .aboutNav {
  /* width: 30%; */
  z-index: 10;
  display: flex;
}

.abnewWrap .aboutNav .navul_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.abnewWrap .aboutNav .navul_p.onediv {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}


.abnewWrap .aboutNav .navul_p.twodiv {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.abnewWrap .aboutNav .navul_p .plx {
  background-size: cover !important;
  position: relative;
  width: 21vw;
  cursor: pointer;
  height: 16vw;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.abnewWrap .aboutNav .navul_p .plx.ixos001 {
  background: url(../images/hxs001.jpg) center center no-repeat;
}

.abnewWrap .aboutNav .navul_p .plx.ixos002 {
  background: url(../images/hxs004.jpg) center center no-repeat;
}

.abnewWrap .aboutNav .navul_p .plx.ixos003 {
  background: url(../images/hxs002.jpg) center center no-repeat;
}

.abnewWrap .aboutNav .navul_p .plx.ixos004 {
  background: url(../images/hxs003.jpg) center center no-repeat;
}


.abnewWrap .aboutNav .navul_p .plx a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 25px 0px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  z-index: 50;
}

.abnewWrap .aboutNav .navul_p .plx::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.8)', endColorstr='rgba(255, 255, 255, 0)', GradientType=0);
}

.abnewWrap .aboutNav .navul_p .plx:hover::after,
.abnewWrap .aboutNav .navul_p .plx.active::after {
  background: -moz-linear-gradient(top, rgba(230, 33, 42, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 33, 42, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(230, 33, 42, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(230, 33, 42, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(230, 33, 42, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(230, 33, 42, 1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(230, 33, 42, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=0);
}

.abnewWrap .aboutNav .navul_p .plx span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.abnewWrap .aboutNav .navul_p .plx span img {
  display: block;
  transition: all 0.5s linear 10ms;
  transform: translateY(0%) rotateY(0deg);
  width: 100%;
  margin: 0 auto;
}

.abnewWrap .aboutNav .navul_p .plx a:hover span img {
  transition: all 0.5s linear 10ms;
  transform: translateY(0%) rotateY(360deg);
}

.webapp .abnewWrap .aboutNav .navul_p .plx a {
  padding: 20px 0;
  font-size: 14px;
}

.webapp .abnewWrap .aboutNav {
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  /* padding: 0 10px; */
}

.webapp .abnewWrap .aboutNav .navul_p .plx span {
  width: 40px;
  height: 40px;
}

.webapp .abnewWrap .aboutNav .navul_p .plx {
  width: 100%;
  height: 45vw;
}

.webapp .abnewWrap .aboutNav .navul_p {
  width: 100%;
  margin: 0 10px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.webapp .abnewWrap {
  min-height: 500px;
  padding: 30px 0;
  display: block;

}

.webapp .abnewWrap .abimg {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.webapp .abnewWrap::after {
  display: none;
}

.webapp .aboutBox .aboutLeft .en_bt {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 24px;
}

/*#endregion#*/



/*#region 新闻模块003#*/


/*新闻中心*/
.newsWrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}

.webapp .newsWrap {}


.news {
  margin: 0 -20px;
  position: relative;
  /* display: flex;
justify-content: space-between; */
  z-index: 10;
  /* padding-left: 7%; */
}

.webapp .news {
  margin: 0;
}

.Ul_list {
  /* flex: 1; */
  /* display: flex;
	justify-content: flex-end; */
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}


.Ul_list .li {
  /* width: 800px; */
  /* */
  flex: 1;
  box-sizing: border-box;
  padding: 10px 20px;
}

.Ul_list .li a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
  color: #000;
  background: #FFF;
  -moz-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 22px;
  overflow: hidden;
}

.webapp .Ul_list .li a {
  width: 300px;
  /* padding: 25px; */
}

.webapp .Ul_list .li .datebt {
  width: 100px;
  height: 40px;
  font-size: 14px;
}

.Ul_list .li.swiper-slide-active .text {
  display: block;
}

.Ul_list .li a .pic {
  position: relative;
}

.Ul_list .li a .pic img {
  width: 100%;
  height: 360px;
  object-fit: cover;

  border-radius: 22px;

}

.Ul_list .li .text {
  padding: 50px 30px 30px;
}

.Ul_list .li .title {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  line-height: 30px;
  height: 80px;
}

.Ul_list .li .title>div,
.Ul_list .li .con>div {
  word-wrap: break-word;
  word-break: normal;
}

.Ul_list .li .con {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.Ul_list .li .datebt {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  left: 30px;
  bottom: -22px;
  background: #1fa0a7;
  height: 50px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Ul_list .li .newmore {
  display: inline-block;
  color: #909090;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.Ul_list .li a:hover {
  background: #1fa0a7;
  color: #fff;
}

.Ul_list .li a:hover .con {
  color: #FFF;
}

.Ul_list .li a:hover .datebt {
  color: #1fa0a7;
  background: #fff;
}

.Ul_list .li a:hover .newmore {
  color: #FFF;
}


.webapp .Ul_list .li a .pic img {
  height: 200px;
}

.webapp .newsBottom {
  right: 0;
  left: auto;
  bottom: 0;
}

.webapp .Ul_list .li .title {
  font-size: 20px;
  line-height: 26px;
  height: 70px;
}

.webapp .newsBottom .swiper-button-prev,
.webapp .newsBottom .swiper-button-next {
  width: 45px;
  height: 35px;
}

.webapp .Ul_list .li .con {
  font-size: 14px;
  height: 70px;
  line-height: 22px;
}

.webapp .Ul_list .li .text .title {
  width: 100%;
  height: 60px;
}

.webapp .Ul_list .li {
  padding: 10px 10px;
}

.webapp .Ul_list .li .text .con {
  width: 100%;
}

.webapp .Ul_list .li .newmore {
  font-size: 12px;
}

.newsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px auto;
  box-sizing: border-box;
  z-index: 50;
}

.newsBottom .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;
}


.newsBottom .swiper-button-prev,
.newsBottom .swiper-button-next {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  margin-top: auto !important;
  width: 50px;
  border: 0;
  padding: 0;
  height: 38px;
  justify-content: center;
  cursor: pointer;
  background: #fe9545;

}

.newsBottom .proBotLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.newsBottom .proBotLeft .swiper-pagination-bullet {
  background: #e4e4e4;
  border: 0;
  height: 4px;
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsBottom .proBotLeft .swiper-pagination-bullet-active {
  width: 50px;
  background: #1fa0a7;
}


.aboutBox .aboutLeft .en_bt {
  font-size: 30px;
  position: relative;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: bold;
}


.aboutBox .aboutLeft .text {
  line-height: 30px;
  display: block;
  font-size: 18px;
  color: #767676;
  font-weight: 500;
  font-family: '微软雅黑 Light';
}

.abtxttab .tab_box {
  /* display: none; */
}

.btsxs {
  display: flex;
  justify-content: flex-end;
}

.btbox {
  color: #000;
  font-weight: bold;
  position: relative;

}

.btbox .cn_bt {
  line-height: 50px;
  margin-bottom: 120px;
  font-size: 50px;
}

.btbox .cn_bt p {
  line-height: 86px;
  font-size: 86px;
  position: relative;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  background: linear-gradient(180deg, #e7e7e7, #eceeee);
  /* 背景裁剪到文字 */
  -webkit-background-clip: text;
  /* 文字填充色设置为透明，显示背景 */
  -webkit-text-fill-color: transparent;

  /* 兼容 Firefox */
  background-clip: text;
  color: transparent;
  z-index: 1;
}

.btbox .cn_bt span {
  position: relative;
  z-index: 10;
  top: -30px;
}

.btbox .en_bt {
  font-size: 30px;
  position: relative;
  line-height: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
}



.webapp .aboutBox {
  height: auto;
  flex-wrap: wrap;
  width: auto;
  padding: 15px;
  box-sizing: border-box;
  display: block;
  max-width: 100vw;
}

.webapp .aboutBox .aboutLeft {
  width: auto;
  padding-right: 0;
  padding: 0 15px;
  margin: 0;
}

.webapp .aboutBox .aboutLeft .text {
  color: #767676;
  font-size: 16px;
  margin-top: 15px;
  line-height: 24px;
}

.webapp .btbox .cn_bt {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 35px;
}

.webapp .btbox .cn_bt p {
  font-size: 58px;
  line-height: 58px;
}

.webapp .aboutBox .aboutimg {
  margin: 0;
  width: auto;
  height: auto;
  padding: 30px 15px;
}

.webapp .aboutWrap {
  padding-top: 0px;
}

.webapp .btbox .en_bt {
  /* padding-bottom: 20px; */
  margin-top: 30px;
}

.webapp .btbox {
  padding: 0;
  font-size: 36px;
  line-height: 40px;
}

.webapp .aboutBox .aboutLeft .text strong {
  font-size: 30px;
  line-height: 36px;
}

.webapp .aboutBox .Experience .expLeft {
  font-size: 24px;
  line-height: 30px;
  width: 180px;
}

.webapp .aboutBox .Experience {
  padding: 0 0;
}

.newTop {
  font-size: 40px;
  line-height: 40px;
  padding: 50px 0 50px 55px;
  font-weight: bold;
  position: relative;
  background: url(../images/xina22.jpg) left center no-repeat;

}

.newTop .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/yjt.png) center center no-repeat #8bca32;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.newTop .more:hover {
  background: url(../images/yjt.png) center center no-repeat #8bca32;
}

.webapp .newTop {
  padding: 40px 0;
  font-size: 30px;
}


.webapp .news .newsbt {
  display: none;
}

.webapp .Ul_list {
  padding: 0;
}




.newsWrap .newsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 30px;
  color: #2f2f2f;
  font-size: 16px;
  margin: 0 auto;
  padding: 40px 10px;
}

.newsWrap .newsTop .pic {
  width: 450px;
  height: 280px;
}

.newsWrap .newsTop .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsWrap .newsTop .text {
  flex: 1;
  height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  padding: 90px 150px 60px 90px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  -moz-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);

}

.newsWrap .newsTop .text .bt {
  padding-right: 100px;
  color: rgba(0, 0, 0, 0.5);
}

.newsWrap .newsTop .text .bt strong {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  overflow: hidden;
  margin-bottom: 25px;
}

.webapp .newsWrap .newsTop .text .bt strong {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 26px;
}

.newsWrap .newsTop .data {
  color: #a3a3a3;
  font-size: 16px;
  position: absolute;
  top: 90px;
  right: 60px;
}

.newsWrap .newsTop .data span {
  display: block;
  color: #555658;
  text-align: right;
  padding-right: 10px;
  line-height: 24px;

}


.newsWrap .newsTop .data span.day {
  font-size: 32px;
  font-weight: bold;
  padding-right: 0;
  line-height: 36px;
}

.newsWrap .newsTop .data span.yaer {
  padding-right: 0;
}


.webapp .newsWrap .newsTop {
  display: block;
  line-height: 22px;
}

.webapp .newsWrap .newsTop .pic {
  width: 100%;
  height: auto;
}

.webapp .newsWrap .newsTop .text {
  height: auto;
  display: block;
  padding: 20px;
  font-size: 14px;
}

.webapp .newsWrap .newsTop .text .bt {
  padding: 0;
}

.webapp .newsWrap .newsTop .data {
  display: none;
}

/*#endregion#*/

.newhinyBox {
  background: #f8f8f8;
}




/*#endregion#*/
@media screen and (max-width: 1600px) {}


@media screen and (max-width: 1500px) {}


@media screen and (max-width: 1300px) {}



.webapp .inproWrap001::after {
  left: 0;
  display: none;
}

.webapp .inproWrap001 .myProduct.pageWidth {
  width: 90%;
}

.webapp .inproWrap001 .inproTitle .subtit {
  font-size: 28px;
  line-height: 28px;
}

.webapp .inproWrap001 .inproTitle .bigTit {
  font-size: 18px;
}

.webapp .inproWrap001 .inproTitle .bigTit span::after {
  height: 15px;
}

.webapp .inproWrap001 .inproTitle .tips {
  width: 100%;
}

.webapp .myProductWrap .swiper-wrapper {
  /* height: calc((100vw / 2 + 80px) * 2); */
  padding: 30px 0 0;
}

.webapp .myProductWrap .myProduct .li {
  /* height: calc(100% / 2 - 30px); */
}

.webapp .myProductWrap .swiper-button-prev,
.webapp .myProductWrap .swiper-button-next {
  width: 40px;
  height: 40px;
}

.webapp .newsCon .bt {
  font-size: 36px;
  line-height: 40px;
  margin-top: 15px;
}



/*#region 图片模块#*/

.albumBoxWrap {}

.albumBox {
  display: flex;
  margin: 0 auto;
}

.albumBox .li {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  height: 45vw;
}

.albumBox .li .subtit {
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  color: #FFF;
  z-index: 100;
  font-size: 26px;
  line-height: 28px;
}

.albumBox .li .subtit .sub {
  position: relative;
  text-align: center;
}

/* .albumBox .li .subtit .sub::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background: #fff;
} */

.albumBox .li .subtit .numb {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
}

.albumBox .li .subtit .numb .ico {
  width: 100%;
  height: 100%;
}

.albumBox .li .tit {
  position: absolute;
  right: 0;
  padding: 0 10%;
  width: 32vw;
  top: 20%;
  color: #FFF;
  z-index: 100;
  font-size: 17px;
  /* background: #1fa0a7; */
  overflow: hidden;
  opacity: 0;
  /* display: none; */
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.selectUs {
  font-size: 24px;
  margin-bottom: 100px;
}

.selectUs .strong {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  display: block;
  margin-bottom: 15px;
  text-shadow: #b51a21 1px 5px 2px
}

.albumBox .li .tit .sub {
  position: relative;
  z-index: 10;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 40px;
}

.albumBox .li .tit .text .ixco {
  margin-bottom: 20px;
}

.albumBox .li .tit .text .txt {
  font-size: 20px;
  /* background: url(../images/xian33.jpg) left center no-repeat; */
  padding-left: 70px;
  font-weight: 600;
}

.albumBox .li .tit .text .tips {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}


.albumBox .li.active {
  width: 40%;
}

.albumBox .li.active .subtit {
  opacity: 0;
  display: none;
}


.albumBox .li.active .tit {
  position: absolute;
  left: 0%;
  /* width: 100%; */
  right: 0;
  top: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  box-sizing: border-box;

}


.albumBox .li>img {
  width: 100%;
  /* height: 800px; */
  height: 100%;
  object-fit: cover;
  /* -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out; */
  /* position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0; */
}

.albumBox .li.active>img {
  /* display: none; */
}

/* .albumBox .li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFF;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

/* .albumBox .li:nth-child(1):before {
  width: 0 !important;
} */

.albumBox .li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.albumBox .active::after,
.albumBox .li:hover::after {
  background: url(../images/abulmbj.jpg) center center no-repeat;
  background-size: cover;
  /* background: none; */
}


/* .albumBox .li:hover{
	width: 52%;
} */
.albumBox .li:hover img {
  /* transform: scale(1.3); */

}

.webapp .albumBox {
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}

.webapp .albumBoxWrap {
  padding: 10px 0 0;
}

.webapp .albumBox .li {
  width: 50%;
  height: 230px;
  padding: 0 5px 10px;
  margin: 0;

}

.webapp .albumBox .li .tit {
  padding: 15px;
}

.webapp .albumBox .li.active .tit {
  padding: 10px;
  left: 0;
}

.webapp .albumBox .li.active .tit .numb {
  font-size: 80px;
  display: none;
}

.webapp .albumBox .li .tit .xian {
  margin-top: 10px;
}

.webapp .albumBox .li .tit .numb {
  font-size: 50px;
  line-height: 50px;
}

.webapp .albumBox .li.active .tit .text {
  margin-top: 10px;
}

.webapp .albumBox .li .tit .sub {
  font-size: 16px;
  white-space: nowrap;
}

.webapp .albumBox .li.active .tit {
  display: none;
}

.webapp .albumBox .li.active .subtit {
  opacity: 1;
}

.webapp .albumBox .li .subtit .sub {
  font-size: 16px;
}



.webapp .albumBox .li:nth-child(3)::before {
  width: 0;
}



.webapp .pro_ducts_list_right {
  position: initial;
}

.webapp .pro_ducts_list_top>ul>li.cur {
  display: block;
}

.webapp .pro_ducts_list_bottom {
  margin-top: 30px;
}

.webapp .pro_ducts {
  height: auto;
  padding: 30px 0;
  min-height: auto;
}

.webapp .pro_ducts_list_center img {
  width: 100%;
}

.webapp .pro_ducts_list_bottom_arrow .arr_right {
  right: -10px;
}

.webapp .pro_ducts_list_bottom_arrow .arr_left {
  left: -10px;
}

.webapp .pro_ducts_list_bottom_gd li img {
  width: 60px;
}

.webapp .pro_ducts_list {
  width: 100%;
}

.webapp .pro_ducts_list_top>ul {
  margin-right: 0;
}

.webapp .news004 .newsLeft .nleftText .xian {
  margin: 10px 0 20px;
  font-size: 20px;
}

.webapp .ingsjjWrap {
  display: block;
  box-sizing: border-box;
  padding: 30px 10px;
}

.webapp .ingsjjWrap .gsjjBox {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}

.webapp .ingsjjWrap .gsjjimg {
  width: 100%;
}

.webapp .ingsjjWrap .gsjjBox .en_bt {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 24px;
}

.webapp .ingsjjWrap .gsjjBox .btbox .cn_bt {
  margin-bottom: 0;
}

.webapp .ingsjjWrap .gsjjBox .more {
  margin-top: 30px;
  margin-bottom: 40px;
}

.webapp .ingsjjWrap .gsjjBox .more img {
  width: 35%;
}

.webapp .albumBox .li .subtit .numb {
  width: 60px;
}

.webapp .albumBox .li::after {
  width: 0;
  height: 0;
}

.webapp .pro_ducts_list_right {
  padding: 0 10px;
}

.webapp .pro_ducts_list_right ul {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.webapp .pro_ducts_list_right li {
  width: 33.3333333333%;
  padding: 10px 0;
  border: 0;
}

.webapp .pro_ducts_list_right li p {
  width: 30px;
  height: 30px;
}